/* Глобальные правила и селекторы для страниц из селетором <html class="developer-2"> */

/*
.developer-2 * {
  flex: 0 1 auto;
}
*/

.developer-2 .g-content-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.g-section-title {
  width: 100%;
  
  font-family: ProximaNova-Bold ,sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #1767ce;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .developer-2 .g-section-title {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .developer-2 .g-content-wrap {
    width: 750px;
  } 
}

@media (min-width: 992px) {
  .developer-2 .g-content-wrap {
    width: 970px;
  } 
}

@media (min-width: 1200px) {
  .developer-2 .g-content-wrap {
    width: 1170px;
  } 
}



.developer-2 .btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 9px 25px;
  overflow: hidden;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition:  0.1s;
  background: #f87f29;
  background: linear-gradient(to right,#f7952f 0,#f96a24 100%);
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
  
  font-family: Roboto,sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.developer-2 .btn.btn--blue{
  margin-left: 10px;
}

.developer-2 .btn:hover {
  color: white;
  background: linear-gradient(to right,#f87f29 ,#f87f29);
}

.developer-2 .btn--dashed{
  background: none;
  padding: 0;
  margin: 9px 25px;
  border-bottom: 1px dashed white;
}

.developer-2 .btn--orange {
  
}

/*
.developer-2 .btn--orange:hover {
  background: #f96a24;
}
*/

.developer-2 .btn--blue {
  background: #1768ce;
}

.developer-2 .btn--blue:hover {
  background:#5694e2;
}

.developer-2 .btn--marg-right {
  margin-right: 15px;
}


/* АНИМАЦИИ */

/* Shadow Radial */
.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shadow-radial:before, .shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:hover:before, .shadow-radial:focus:before, .shadow-radial:active:before, .shadow-radial:hover:after, .shadow-radial:focus:after, .shadow-radial:active:after {
  opacity: 1;
}


/*-------- Страница -Ремонт грузовых автомобилей- --------*/

.truck-2-page__top {
  background-image: url(../img/bg-top-truck-2.jpg);
}

@media (min-width: 768px) {
  .truck-2-page__top-descr {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .truck-2-page__top-descr {
    width: 54%;
  }
}

.logos-and-article {
  background-image: url(../img/background-content-2.jpg);
  background-position: center top;
  padding: 40px 0 50px;
}


.logos-and-article__logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.logos-and-article__logo-wrap {
  width: 17.5%;
  text-align: center;
  margin-bottom: 10px;
  max-width: 165px;
}

.logos-and-article__logo {
  width: 100%;
}

.logos-and-article__article-p {
  margin-bottom: 1.1em;
  
  font-family: Roboto ,sans-serif;
}

.logos-and-article__article-p--gray {
  color: #777777;
}

.logos-and-article__article-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 13px 0 0;
}

.logos-and-article__article-img-wrap {
  width: 23.07%;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 20px;
  
  line-height: 0;
}

.logos-and-article__article-img {
  width: 100%;
}

@media (max-width: 992px) {
  
}

@media (max-width: 768px) {
  .logos-and-article__logo-wrap {
    width: 31.62%;
  }
  
  .logos-and-article__article-img-wrap {
    width: 48.71%;
  }
}

/*Блок услуг*/

.services-2 {
  background: url(../img/bg-services-2.jpg) center center no-repeat;
}

.services-2__content {
  padding: 50px 0;
}

.services-2__title {
  margin-bottom: 30px;
  
  color: #fa6c26;
  text-align: center;
}

.services-2__scheme {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.services-2__img-wrap {
  width: 48%;
  
  text-align: center;
}

.services-2__img {
  width: 100%;
  max-width: 630px;
}

.services-2__list {
  width: 22%;
}

.services-2__link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 6px 10px 7px;
  background: #004fcd;
  transition: 0.15s;
  
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.services-2__link:hover {
  background-color: #045ce8;
  
  color: white;
}

.services-2__link:last-child {
  margin-bottom: 0;
}

.services-2__link::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url(../img/dot.svg);
  background-repeat: no-repeat;
  background-size: 45px;
  display: block;
  margin-top: 10px;
  z-index: 9;
}

.services-2__link:hover::after {
  animation: pulse 1s infinite;
}

/*Маркеры левой колонки*/

.services-2__list--left .services-2__link:nth-child(1)::after {
  top: 196px;
  left: 325px;
}

.services-2__list--left .services-2__link:nth-child(2)::after {
  top: 261px;
  left: 583px;
}

.services-2__list--left .services-2__link:nth-child(3)::after {
  top: 189px;
  left: 395px;
}

.services-2__list--left .services-2__link:nth-child(4)::after {
  top: 39px;
  left: 555px;
}

.services-2__list--left .services-2__link:nth-child(5)::after {
  top: 12px;
  left: 490px;
}

.services-2__list--left .services-2__link:nth-child(6)::after {
  top: 14px;
  left: 499px;
}

.services-2__list--left .services-2__link:nth-child(7)::after {
  top: -289px;
  left: 660px;
}

/*Маркеры правой колонки*/

.services-2__list--right .services-2__link:nth-child(1)::after {
  top: 150px;
  left: -310px;
}

.services-2__list--right .services-2__link:nth-child(2)::after {
  top: -6px;
  left: -380px;
}

.services-2__list--right .services-2__link:nth-child(3)::after {
  top: 105px;
  left: -190px;
}

.services-2__list--right .services-2__link:nth-child(4)::after {
  top: 25px;
  left: -150px;
}

.services-2__list--right .services-2__link:nth-child(5)::after {
  display: none;
}

.services-2__list--right .services-2__link:nth-child(6)::after {
  top: -140px;
  left: -550px;
}

.services-2__list--right .services-2__link:nth-child(7)::after {
  display: none;
}


@media (max-width: 1200px) {
  /*Маркеры левой колонки*/
  
  .services-2__list--left .services-2__link:nth-child(1)::after {
    top: 190px;
    left: 264px;
  }

  .services-2__list--left .services-2__link:nth-child(2)::after {
    top: 235px;
    left: 471px;
  }

  .services-2__list--left .services-2__link:nth-child(3)::after {
    top: 169px;
    left: 320px;
  }

  .services-2__list--left .services-2__link:nth-child(4)::after {
    top: 30px;
    left: 450px;
  }

  .services-2__list--left .services-2__link:nth-child(5)::after {
    top: -5px;
    left: 400px;
  }

  .services-2__list--left .services-2__link:nth-child(6)::after {
    top: -15px;
    left: 410px;
  }

  .services-2__list--left .services-2__link:nth-child(7)::after {
    top: -269px;
    left: 540px;
  }
  
  /*Маркеры правой колонки*/

  .services-2__list--right .services-2__link:nth-child(1)::after {
    top: 160px;
    left: -260px;
  }

  .services-2__list--right .services-2__link:nth-child(2)::after {
    top: 10px;
    left: -320px;
  }

  .services-2__list--right .services-2__link:nth-child(3)::after {
    top: 90px;
    left: -155px;
  }

  .services-2__list--right .services-2__link:nth-child(4)::after {
    top: 15px;
    left: -125px;
  }

  .services-2__list--right .services-2__link:nth-child(6)::after {
    top: -145px;
    left: -445px;
  }
}


@media (max-width: 992px) {
  .services-2__img-wrap {
    width: 38%;
  }
  
  .services-2__list {
    width: 29%;
  }
  
  .services-2__list .services-2__link::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .services-2__scheme {
    flex-direction: column;
  }
  
  .services-2__img-wrap {
    display: none;
  }
  
  .services-2__list {
    width: 80%;
    margin-bottom: 10px;
  }
  
  .services-2__link {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  
  .services-2__list {
    width: 100%;
  }
}


/*Наши работы*/

.we-repair {
  background-image: url(../img/we-repair/bg-we-repair.jpg), url(../img/we-repair/bg-we-repair-gray.jpg);
  background-position: center top, center 411px;
  padding-bottom: 35px;
}

.we-repair__swiper-container {
  margin-bottom: 30px;
  
  text-align: center;
}

.we-repair .swiper-slide-prev img,
.we-repair .swiper-slide-next img {
  filter: none;
  opacity: 1;
}

.we-repair .swiper-slide-next, 
.we-repair .swiper-slide-prev {
  opacity: 1;
  background: none;
}

.we-repair .swiper-slide-active img {
  box-shadow: none;
}

.we-repair .swiper-button-prev,
.we-repair .swiper-button-next {
  background: url(../img/sprites/sprite.png)  0px 0px;
  background-size: auto;
  width: 52px;
  height: 55px;
  
  transform: none;
}

.we-repair .swiper-button-prev {
  left: 32%;
}

.we-repair .swiper-button-next {
  right: 32%;
  background-position: 0px -85px;
}

.we-repair .swiper-button-prev:hover {
  background-position: 52px 0;
}

.we-repair .swiper-button-next:hover {
  background-position: 52px -85px;
}

.we-repair__slide-title {
  margin: 20px auto 0;
  font-family: ProximaNova-Bold ,sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}

.we-repair__descr--marg {
  margin-bottom: 30px;
}

.we-repair__p {
  margin-bottom: 0.8em;
  
  color: #777777;
  line-height: 1.5em;
}

@media (max-width: 1200px) {
  .we-repair .swiper-button-prev {
    left: 28%;
  }

  .we-repair .swiper-button-next {
    right: 28%;
  }
}

@media (max-width: 768px) {
  .we-repair .swiper-button-prev {
    left: 3%;
  }

  .we-repair .swiper-button-next {
    right: 3%;
  }
}





/*-------- Страница -Ремонт грузовых полуприцепов- --------*/

.semitrailer-page__top {
  background-image: url(../img/bg-top-semitrailer.jpg);
}

@media (min-width: 768px) {
  .semitrailer-page__top-descr {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .semitrailer-page__top-descr {
    width: 54%;
  }
}

.semitrailer-page__services-2 {
  
}

/*Маркеры левой колонки*/

.semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(1)::after {
  top: 231px;
  left: 306px;
}

.semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(2)::after {
  top: 11px;
  left: 403px;
}

.semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(3)::after {
  top: 123px;
  left: 625px;
}

.semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(4)::after {
  top: 49px;
  left: 805px;
}

.semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(5)::after {
  top: -16px;
  left: 760px;
}

.semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(6)::after {
  top: -146px;
  left: 589px;
}

/*Маркеры правой колонки*/
/*Скрываем все маркеры*/
.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(1n)::after {
  top: 260px;
  left: -170px;
  opacity: 0;
  display: block;
}
/*Показываем только первый*/
.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(1)::after {
  opacity: 1;
  z-index: 99;
}
/*Показываем маркер при наведении*/
.semitrailer-page__services-2 .services-2__list--right .services-2__link:hover::after {
  opacity: 1;
}

/*Позиционируем все правые маркеры по высоте*/
.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(2)::after {
  top: 197px;
}

.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(3)::after {
  top: 134px;
}

.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(4)::after {
  top: 71px;
}

.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(5)::after {
  top: 8px;
}

.semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(6)::after {
  top: -55px;
}

@media (max-width: 1200px) {
  /*Маркеры левой колонки*/

  .semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(1)::after {
    top: 211px;
    left: 246px;
  }

  .semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(2)::after {
    top: 61px;
    left: 333px;
  }

  .semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(3)::after {
    top: 106px;
    left: 505px;
  }

  .semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(4)::after {
    top: 31px;
    left: 663px;
  }

  .semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(5)::after {
    top: -30px;
    left: 623px;
  }

  .semitrailer-page__services-2 .services-2__list--left .services-2__link:nth-child(6)::after {
    top: -170px;
    left: 484px;
  }

  /*Маркеры правой колонки*/
  /*Скрываем все маркеры*/
  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(1n)::after {
    top: 240px;
    left: -150px;
    opacity: 0;
    display: block;
  }
  /*Показываем только первый*/
  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(1)::after {
    opacity: 1;
  }
  /*Показываем маркер при наведении*/
  .semitrailer-page__services-2 .services-2__list--right .services-2__link:hover::after {
    opacity: 1;
  }

  /*Позиционируем все правые маркеры по высоте*/
  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(2)::after {
    top: 177px;
  }

  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(3)::after {
    top: 114px;
  }

  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(4)::after {
    top: 51px;
  }

  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(5)::after {
    top: -12px;
  }

  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(6)::after {
    top: -75px;
  }
}

@media (max-width: 992px) {
  .semitrailer-page__services-2 .services-2__list--right .services-2__link:nth-child(1n)::after {
    display: none;
  }
}

.services-2__link--active {
  background-color: #045ce8;
  text-decoration: underline;
}

.interested-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.interested-logos .interested-logos__title {
  margin-bottom: 0.2em;
  
  text-align: center;
  color: #fa6c26;
}

.interested-logos__img-wrap {
  margin: 15px;
}

/*
.interested-logos__img {
  
}
*/

/*-------- Страница -Запасные части- --------*/

.truck-3-page__top {
  background-image: url(../img/bg-top-truck-3.jpg);
}

@media (min-width: 768px) {
  .truck-3-page__top-descr {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .truck-3-page__top-descr {
    width: 54%;
  }
}

.logos-and-article {
  background-image: url(../img/background-content-2.jpg);
  background-position: center top;
  padding: 40px 0 50px;
}


.logos-and-article__logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.logos-and-article__logo-wrap {
  width: 17.5%;
  text-align: center;
  margin-bottom: 10px;
  max-width: 165px;
}

.logos-and-article__logo {
  width: 100%;
}

.logos-and-article__article-p {
  margin-bottom: 1.1em;
  
  font-family: Roboto ,sans-serif;
}

.logos-and-article__article-p--gray {
  color: #777777;
}

.logos-and-article__article-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 13px 0 0;
}

.logos-and-article__article-img-wrap {
  width: 23.07%;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 20px;
  
  line-height: 0;
}

.logos-and-article__article-img {
  width: 100%;
}

@media (max-width: 992px) {
  
}

@media (max-width: 768px) {
  .logos-and-article__logo-wrap {
    width: 31.62%;
  }
  
  .logos-and-article__article-img-wrap {
    width: 48.71%;
  }
}

.partners {
	background-image:url(../img/background-partners2.jpg);
	background-repeat:no-repeat;height:410px;
	padding-top:80px;
	position:relative}

.we-repair__slide-title {
  margin: 20px auto 0;
  font-family: ProximaNova-Bold ,sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #fa6c26;
